home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_nn-tk.idb / usr / freeware / lib / nn / help / help.nntp.z / help.nntp
Encoding:
Text File  |  1999-04-16  |  1.5 KB  |  31 lines

  1.             NNTP
  2.  
  3. With NOV it is possible to compile NN as a pure NNTP client. The default 
  4. NNTP server is defined in /usr/lib/nntp_server, this can be overridden
  5. by setting the NNTPSERVER environment variable. If the NNTP server is
  6. set to the local host reading is done by accessing the files directory.
  7.  
  8. If NNTP is being used over a slow line it is possible to speed up
  9. initialization by setting the NN variable new-group-action to less
  10. than 3 to stop active.times being read and setting show-purpose-mode
  11. to 0 to stop newsgroups being read.
  12.  
  13. If even faster startup is required the -A command option will stop NN
  14. reading the active file via NNTP but it will instead use the .newsrc
  15. file to provide a list of newsgroups, this is the equivalent of
  16. setting the dont-read-active variable. The dont-do-new-groups)
  17. variable speeds things up slightly by ignoring new groups. In this mode 
  18. information about a number of groups is read at once, the variable 
  19. nntp-group-readahead controls how many groups this information
  20. is read for (if it is set to a too high value, say 1000, it is counter
  21. productive and may cause problems).  The number of unread articles for
  22. groups that have not been read ahead is not displayed.
  23.  
  24. It may also help to set keep-unsubscribed to false which will
  25. remove unsubscribed groups from the .newsrc
  26.  
  27. The -R parameter can be used to specify the NNTP server, the -D
  28. parameter also specifies the NNTP server but as well causes the
  29. status files like .newsrc to be created specific to that server
  30. so that its possible to easily use multiple NNTP servers.
  31.